home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / mainmenu.dxr / 00073.ls < prev    next >
Encoding:
Text File  |  1998-04-20  |  327 b   |  17 lines

  1. on mouseDown
  2.   puppetSound("Tone")
  3.   set the castNum of sprite 43 to 74
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite 43 to 73
  9. end
  10.  
  11. on mouseUp
  12.   set the visible of sprite 43 to 0
  13.   updateStage()
  14.   printFrom(the frame, the frame, 50)
  15.   set the visible of sprite 43 to 1
  16. end
  17.